home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / ScrollingListClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  481b  |  21 lines

  1. /* ==========================================================================
  2. **
  3. **                        ScrollingListClass.h
  4. **
  5. ** ⌐1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef SCROLLINGLISTCLASS_H
  11. #define SCROLLINGLISTCLASS_H
  12.  
  13. #include "ScrollingList.h"
  14. #include "StringListerClass.h"
  15.  
  16.  
  17. struct StringListerClass *ScrollingListClass( void );
  18.  
  19. void ScrollingListClass_Init( struct StringListerClass *class );
  20.  
  21. #endif